﻿2026-06-22T02:04:52.0396314Z ##[group]Run set -euo pipefail
2026-06-22T02:04:52.0397172Z [36;1mset -euo pipefail[0m
2026-06-22T02:04:52.0397892Z [36;1mPIN=0c95435[0m
2026-06-22T02:04:52.0398569Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:04:52.0399580Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:04:52.0400735Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:04:52.0402216Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:04:52.0403707Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:04:52.0404906Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:04:52.0405682Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:04:52.0406612Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:04:52.0407746Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:04:52.0408934Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:04:52.0409934Z [36;1mfi[0m
2026-06-22T02:04:52.0410886Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:04:52.0426064Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:04:52.0427041Z env:
2026-06-22T02:04:52.0427666Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:04:52.0428463Z ##[endgroup]
2026-06-22T02:04:52.3444412Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:04:52.3445724Z    Compiling quote v1.0.45
2026-06-22T02:04:52.3446589Z    Compiling unicode-ident v1.0.24
2026-06-22T02:04:52.3447705Z    Compiling libc v0.2.186
2026-06-22T02:04:52.3448476Z    Compiling serde_core v1.0.228
2026-06-22T02:04:52.3449706Z    Compiling cfg-if v1.0.4
2026-06-22T02:04:52.3469775Z    Compiling serde v1.0.228
2026-06-22T02:04:52.3496139Z    Compiling log v0.4.32
2026-06-22T02:04:52.3556997Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:04:52.3580762Z    Compiling portable-atomic v1.13.1
2026-06-22T02:04:52.3582520Z    Compiling typenum v1.20.1
2026-06-22T02:04:52.3583509Z    Compiling memchr v2.8.1
2026-06-22T02:04:52.3584471Z    Compiling version_check v0.9.5
2026-06-22T02:04:52.3636723Z    Compiling critical-section v1.2.0
2026-06-22T02:04:52.3672613Z    Compiling shlex v2.0.1
2026-06-22T02:04:52.3963911Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:04:52.4383078Z    Compiling bytes v1.11.1
2026-06-22T02:04:52.4674430Z    Compiling futures-core v0.3.32
2026-06-22T02:04:52.4761702Z    Compiling subtle v2.6.1
2026-06-22T02:04:52.5755442Z    Compiling equivalent v1.0.2
2026-06-22T02:04:52.5831177Z    Compiling smallvec v1.15.1
2026-06-22T02:04:52.6508069Z    Compiling itoa v1.0.18
2026-06-22T02:04:52.6743731Z    Compiling semver v1.0.28
2026-06-22T02:04:52.6833367Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:04:52.6961212Z    Compiling futures-io v0.3.32
2026-06-22T02:04:52.7031984Z    Compiling slab v0.4.12
2026-06-22T02:04:52.7496840Z    Compiling futures-sink v0.3.32
2026-06-22T02:04:52.7711750Z    Compiling futures-task v0.3.32
2026-06-22T02:04:52.8040842Z    Compiling generic-array v0.14.7
2026-06-22T02:04:52.8431895Z    Compiling bitflags v2.12.1
2026-06-22T02:04:52.8592342Z    Compiling rustversion v1.0.22
2026-06-22T02:04:52.8905905Z    Compiling futures-channel v0.3.32
2026-06-22T02:04:52.9017239Z    Compiling hashbrown v0.17.1
2026-06-22T02:04:52.9041212Z    Compiling cpufeatures v0.2.17
2026-06-22T02:04:52.9267833Z    Compiling rustc_version v0.4.1
2026-06-22T02:04:52.9841746Z    Compiling fnv v1.0.7
2026-06-22T02:04:52.9899932Z    Compiling rand_core v0.10.1
2026-06-22T02:04:53.0161340Z    Compiling strsim v0.11.1
2026-06-22T02:04:53.0411698Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:04:53.1161362Z    Compiling writeable v0.6.3
2026-06-22T02:04:53.1231231Z    Compiling litemap v0.8.2
2026-06-22T02:04:53.1277376Z    Compiling getrandom v0.4.2
2026-06-22T02:04:53.1711535Z    Compiling dunce v1.0.5
2026-06-22T02:04:53.1811904Z    Compiling fs_extra v1.3.0
2026-06-22T02:04:53.2871638Z    Compiling ident_case v1.0.1
2026-06-22T02:04:53.3137563Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:04:53.3358420Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:04:53.3449622Z    Compiling utf8_iter v1.0.4
2026-06-22T02:04:53.4341359Z    Compiling percent-encoding v2.3.2
2026-06-22T02:04:53.4376688Z    Compiling autocfg v1.5.1
2026-06-22T02:04:53.4920496Z    Compiling http v1.4.1
2026-06-22T02:04:53.5131194Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:04:53.6571322Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:04:53.6820707Z    Compiling cpufeatures v0.3.0
2026-06-22T02:04:53.6981933Z    Compiling thiserror v2.0.18
2026-06-22T02:04:53.7411238Z    Compiling indexmap v2.14.0
2026-06-22T02:04:53.7720968Z    Compiling syn v2.0.117
2026-06-22T02:04:53.8191506Z    Compiling scopeguard v1.2.0
2026-06-22T02:04:53.8256431Z    Compiling chacha20 v0.10.0
2026-06-22T02:04:53.8493340Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:04:53.8686189Z    Compiling untrusted v0.9.0
2026-06-22T02:04:53.9041070Z    Compiling lock_api v0.4.14
2026-06-22T02:04:53.9117992Z    Compiling rustls v0.23.40
2026-06-22T02:04:53.9316802Z    Compiling heck v0.5.0
2026-06-22T02:04:53.9834611Z    Compiling unicode-xid v0.2.6
2026-06-22T02:04:54.0017274Z    Compiling const-oid v0.10.2
2026-06-22T02:04:54.0227246Z    Compiling atomic-waker v1.1.2
2026-06-22T02:04:54.0910722Z    Compiling anyhow v1.0.102
2026-06-22T02:04:54.1070679Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:04:54.1510606Z    Compiling convert_case v0.10.0
2026-06-22T02:04:54.1700824Z    Compiling zerocopy v0.8.50
2026-06-22T02:04:54.1910426Z    Compiling paste v1.0.15
2026-06-22T02:04:54.1911659Z    Compiling httparse v1.10.1
2026-06-22T02:04:54.2071005Z    Compiling num-traits v0.2.19
2026-06-22T02:04:54.2784017Z    Compiling hybrid-array v0.4.12
2026-06-22T02:04:54.3232970Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:04:54.3670829Z    Compiling ahash v0.8.12
2026-06-22T02:04:54.3841021Z    Compiling jobserver v0.1.34
2026-06-22T02:04:54.4621561Z    Compiling either v1.16.0
2026-06-22T02:04:54.5408614Z    Compiling base64ct v1.8.3
2026-06-22T02:04:54.5500773Z    Compiling powerfmt v0.2.0
2026-06-22T02:04:54.5600486Z    Compiling crypto-common v0.1.7
2026-06-22T02:04:54.5670949Z    Compiling block-buffer v0.10.4
2026-06-22T02:04:54.5710815Z    Compiling fastrand v2.4.1
2026-06-22T02:04:54.6530618Z    Compiling http-body v1.0.1
2026-06-22T02:04:54.6900293Z    Compiling digest v0.10.7
2026-06-22T02:04:54.7020348Z    Compiling deranged v0.5.8
2026-06-22T02:04:54.7601700Z    Compiling cc v1.2.63
2026-06-22T02:04:54.8120921Z    Compiling mio v1.2.1
2026-06-22T02:04:54.8157988Z    Compiling socket2 v0.6.4
2026-06-22T02:04:54.8421906Z    Compiling getrandom v0.2.17
2026-06-22T02:04:54.9430642Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:04:55.0550852Z    Compiling rand_core v0.6.4
2026-06-22T02:04:55.1550382Z    Compiling rand v0.10.1
2026-06-22T02:04:55.1740560Z    Compiling tower-service v0.3.3
2026-06-22T02:04:55.1860361Z    Compiling zmij v1.0.21
2026-06-22T02:04:55.1987482Z    Compiling base64 v0.22.1
2026-06-22T02:04:55.2681396Z    Compiling data-encoding v2.11.0
2026-06-22T02:04:55.2743183Z    Compiling try-lock v0.2.5
2026-06-22T02:04:55.2876259Z    Compiling pkg-config v0.3.33
2026-06-22T02:04:55.3035376Z    Compiling vcpkg v0.2.15
2026-06-22T02:04:55.3660552Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:04:55.3696887Z    Compiling time-core v0.1.8
2026-06-22T02:04:55.4150887Z    Compiling num-conv v0.2.2
2026-06-22T02:04:55.4310587Z    Compiling tinyvec v1.11.0
2026-06-22T02:04:55.5110244Z    Compiling want v0.3.1
2026-06-22T02:04:55.6040204Z    Compiling parking_lot v0.12.5
2026-06-22T02:04:55.6280273Z    Compiling block-buffer v0.12.0
2026-06-22T02:04:55.6740780Z    Compiling crypto-common v0.2.2
2026-06-22T02:04:55.6772253Z    Compiling sha2 v0.10.9
2026-06-22T02:04:55.7071192Z    Compiling inout v0.1.4
2026-06-22T02:04:55.8270501Z    Compiling vergen-lib v9.1.0
2026-06-22T02:04:55.8710473Z    Compiling n0-future v0.3.2
2026-06-22T02:04:55.9960432Z    Compiling parking v2.2.1
2026-06-22T02:04:56.0060498Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:04:56.0440444Z    Compiling httpdate v1.0.3
2026-06-22T02:04:56.1186379Z    Compiling signature v2.2.0
2026-06-22T02:04:56.1574333Z    Compiling spin v0.10.0
2026-06-22T02:04:56.1791556Z    Compiling cmake v0.1.58
2026-06-22T02:04:56.2000984Z    Compiling winnow v1.0.3
2026-06-22T02:04:56.2100822Z    Compiling cordyceps v0.3.4
2026-06-22T02:04:56.2159409Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:04:56.2160599Z    Compiling serde_json v1.0.150
2026-06-22T02:04:56.2410409Z    Compiling ed25519 v2.2.3
2026-06-22T02:04:56.2620908Z    Compiling futures-lite v2.6.1
2026-06-22T02:04:56.3000615Z    Compiling cipher v0.4.4
2026-06-22T02:04:56.3620591Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:04:56.4490482Z    Compiling universal-hash v0.5.1
2026-06-22T02:04:56.4860542Z    Compiling vergen v9.1.0
2026-06-22T02:04:56.4980414Z    Compiling vergen-lib v0.1.6
2026-06-22T02:04:56.5460494Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:04:56.5781000Z    Compiling futures-buffered v0.2.13
2026-06-22T02:04:56.5910917Z    Compiling heapless v0.7.17
2026-06-22T02:04:56.6090339Z    Compiling noq-udp v0.10.0
2026-06-22T02:04:56.6132608Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:04:56.6400610Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:04:56.6510881Z    Compiling opaque-debug v0.3.1
2026-06-22T02:04:56.6560920Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:04:56.7018650Z    Compiling digest v0.11.3
2026-06-22T02:04:56.7150770Z    Compiling byteorder v1.5.0
2026-06-22T02:04:56.7625842Z    Compiling polyval v0.6.2
2026-06-22T02:04:56.8740488Z    Compiling spin v0.9.8
2026-06-22T02:04:56.8920443Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:04:56.9253116Z    Compiling hash32 v0.2.1
2026-06-22T02:04:57.0211699Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:04:57.0290471Z    Compiling num_threads v0.1.7
2026-06-22T02:04:57.0380733Z    Compiling tower-layer v0.3.3
2026-06-22T02:04:57.0700620Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:04:57.0980695Z    Compiling signature v3.0.0
2026-06-22T02:04:57.1080761Z    Compiling ryu v1.0.23
2026-06-22T02:04:57.1286467Z    Compiling time v0.3.47
2026-06-22T02:04:57.1426811Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:04:57.1520183Z    Compiling ring v0.17.14
2026-06-22T02:04:57.1550576Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:04:57.2287766Z    Compiling ghash v0.5.1
2026-06-22T02:04:57.2461601Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:04:57.3030712Z    Compiling ctr v0.9.2
2026-06-22T02:04:57.3100277Z    Compiling aes v0.8.4
2026-06-22T02:04:57.3470744Z    Compiling fs2 v0.4.3
2026-06-22T02:04:57.4061802Z    Compiling http-body-util v0.1.3
2026-06-22T02:04:57.4830284Z    Compiling aead v0.5.2
2026-06-22T02:04:57.5136442Z    Compiling openssl-probe v0.2.1
2026-06-22T02:04:57.5430974Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:04:57.6260489Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:04:57.6380796Z    Compiling blake3 v1.8.5
2026-06-22T02:04:57.7437933Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:04:57.7788788Z    Compiling uuid v1.23.2
2026-06-22T02:04:57.7972234Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:04:57.9707456Z    Compiling aes-gcm v0.10.3
2026-06-22T02:04:58.0630821Z    Compiling memoffset v0.6.5
2026-06-22T02:04:58.0980482Z    Compiling acto v0.8.2
2026-06-22T02:04:58.1577379Z    Compiling netwatch v0.16.0
2026-06-22T02:04:58.2186589Z    Compiling noq v0.18.0
2026-06-22T02:04:58.2794179Z    Compiling rustix v1.1.4
2026-06-22T02:04:58.2840603Z    Compiling lru-slab v0.1.2
2026-06-22T02:04:58.3430617Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:04:58.4141175Z    Compiling mac-addr v0.3.0
2026-06-22T02:04:58.4319528Z    Compiling ref-cast v1.0.25
2026-06-22T02:04:58.4554261Z    Compiling tagptr v0.2.0
2026-06-22T02:04:58.4894251Z    Compiling thiserror v1.0.69
2026-06-22T02:04:58.6021692Z    Compiling xml-rs v0.8.28
2026-06-22T02:04:58.6160586Z    Compiling identity-hash v0.1.0
2026-06-22T02:04:58.6289292Z    Compiling foldhash v0.2.0
2026-06-22T02:04:58.6348817Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:04:58.7103592Z    Compiling rustc-hash v2.1.2
2026-06-22T02:04:58.7545352Z    Compiling synstructure v0.13.2
2026-06-22T02:04:58.7620753Z    Compiling darling_core v0.20.11
2026-06-22T02:04:58.7775686Z    Compiling hashbrown v0.16.1
2026-06-22T02:04:58.8070573Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:04:58.9974323Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:04:59.4119773Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:04:59.5922173Z    Compiling xmltree v0.10.3
2026-06-22T02:04:59.6060943Z    Compiling serial-core v0.4.0
2026-06-22T02:04:59.6368765Z    Compiling termios v0.2.2
2026-06-22T02:04:59.7315106Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:04:59.7430624Z    Compiling errno v0.3.14
2026-06-22T02:04:59.7771047Z    Compiling simple-dns v0.9.3
2026-06-22T02:04:59.7848869Z    Compiling aho-corasick v1.1.4
2026-06-22T02:04:59.8138582Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:04:59.8259386Z    Compiling winnow v0.7.15
2026-06-22T02:04:59.8418511Z    Compiling smol_str v0.1.24
2026-06-22T02:04:59.8950596Z    Compiling arrayref v0.3.9
2026-06-22T02:04:59.9570731Z    Compiling signal-hook v0.3.18
2026-06-22T02:04:59.9907010Z    Compiling resolv-conf v0.7.6
2026-06-22T02:05:00.0160667Z    Compiling arrayvec v0.7.6
2026-06-22T02:05:00.0302423Z    Compiling regex-syntax v0.8.10
2026-06-22T02:05:00.0570533Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:05:00.1350483Z    Compiling sha1_smol v1.0.1
2026-06-22T02:05:00.2926393Z    Compiling toml_write v0.1.2
2026-06-22T02:05:00.3570667Z    Compiling simdutf8 v0.1.5
2026-06-22T02:05:00.5350566Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:05:00.5901827Z    Compiling serial-unix v0.4.0
2026-06-22T02:05:00.6740371Z    Compiling lru v0.16.4
2026-06-22T02:05:00.7171419Z    Compiling serde_derive v1.0.228
2026-06-22T02:05:00.8835730Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:05:00.9021256Z    Compiling tokio-macros v2.7.0
2026-06-22T02:05:00.9440823Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:05:01.1680856Z    Compiling futures-macro v0.3.32
2026-06-22T02:05:01.4740661Z    Compiling zeroize v1.8.2
2026-06-22T02:05:01.6425156Z    Compiling yoke-derive v0.8.2
2026-06-22T02:05:01.7120537Z    Compiling tokio v1.52.3
2026-06-22T02:05:02.1280411Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:05:02.1840396Z    Compiling futures-util v0.3.32
2026-06-22T02:05:02.4280055Z    Compiling displaydoc v0.2.6
2026-06-22T02:05:02.4429601Z    Compiling zerofrom v0.1.8
2026-06-22T02:05:02.4461371Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:05:02.5190662Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:05:02.5591268Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:05:03.1895472Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:05:03.2012367Z    Compiling yoke v0.8.3
2026-06-22T02:05:03.2487169Z    Compiling darling_macro v0.20.11
2026-06-22T02:05:03.3300823Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:05:03.4320423Z    Compiling zerotrie v0.2.4
2026-06-22T02:05:03.5826698Z    Compiling darling v0.20.11
2026-06-22T02:05:03.6569399Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:05:03.7100373Z    Compiling zerovec v0.11.6
2026-06-22T02:05:03.8049646Z    Compiling spez v0.1.2
2026-06-22T02:05:04.0640745Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:05:04.2032161Z    Compiling der v0.8.0-rc.10
2026-06-22T02:05:04.5240644Z    Compiling tinystr v0.8.3
2026-06-22T02:05:04.5750236Z    Compiling potential_utf v0.1.5
2026-06-22T02:05:04.7361075Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:05:04.7615542Z    Compiling icu_collections v2.2.0
2026-06-22T02:05:04.9452303Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:05:05.1271712Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:05:05.1766984Z    Compiling n0-error v0.1.3
2026-06-22T02:05:05.2349194Z    Compiling derive_builder v0.20.2
2026-06-22T02:05:05.5080896Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:05:05.7070948Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:05:05.8570522Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:05:05.8761269Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:05:05.9756687Z    Compiling futures-executor v0.3.32
2026-06-22T02:05:05.9835864Z    Compiling cobs v0.3.0
2026-06-22T02:05:06.0741114Z    Compiling icu_provider v2.2.0
2026-06-22T02:05:06.1965964Z    Compiling ipnet v2.12.0
2026-06-22T02:05:06.2251074Z    Compiling futures v0.3.32
2026-06-22T02:05:06.2830976Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:05:06.4050724Z    Compiling icu_properties v2.2.0
2026-06-22T02:05:06.4582345Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:05:06.5408927Z    Compiling pin-project v1.1.13
2026-06-22T02:05:06.6090878Z    Compiling postcard-derive v0.2.2
2026-06-22T02:05:06.6160261Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:05:06.7880659Z    Compiling once_cell v1.21.4
2026-06-22T02:05:06.9192654Z    Compiling prefix-trie v0.8.4
2026-06-22T02:05:06.9865970Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:05:07.0530374Z    Compiling tracing-core v0.1.36
2026-06-22T02:05:07.1118236Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:05:07.1357265Z    Compiling postcard v1.1.3
2026-06-22T02:05:07.2970289Z    Compiling hashbrown v0.14.5
2026-06-22T02:05:07.3600556Z    Compiling strum_macros v0.28.0
2026-06-22T02:05:07.5390417Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:05:07.5925267Z    Compiling tokio-util v0.7.18
2026-06-22T02:05:07.6320942Z    Compiling tracing v0.1.44
2026-06-22T02:05:07.7540802Z    Compiling netlink-sys v0.8.8
2026-06-22T02:05:07.8218457Z    Compiling tower v0.5.3
2026-06-22T02:05:07.9140814Z    Compiling idna_adapter v1.2.2
2026-06-22T02:05:08.0043865Z    Compiling derive_more v2.1.1
2026-06-22T02:05:08.0157869Z    Compiling idna v1.1.0
2026-06-22T02:05:08.0881182Z    Compiling enum-assoc v1.3.0
2026-06-22T02:05:08.1080803Z    Compiling async-trait v0.1.89
2026-06-22T02:05:08.1742350Z    Compiling hashlink v0.9.1
2026-06-22T02:05:08.1901367Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:05:08.3150591Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:05:08.4791991Z    Compiling url v2.5.8
2026-06-22T02:05:08.6177922Z    Compiling h2 v0.4.14
2026-06-22T02:05:08.6700726Z    Compiling tokio-stream v0.1.18
2026-06-22T02:05:08.8010685Z    Compiling rusqlite v0.32.1
2026-06-22T02:05:08.8110294Z    Compiling num_enum v0.7.6
2026-06-22T02:05:08.8161527Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:05:08.8391241Z    Compiling n0-watcher v0.6.1
2026-06-22T02:05:08.8719187Z    Compiling netdev v0.42.0
2026-06-22T02:05:08.9030169Z    Compiling netlink-proto v0.12.0
2026-06-22T02:05:08.9160590Z    Compiling iroh-relay v0.98.0
2026-06-22T02:05:09.1561650Z    Compiling moka v0.12.15
2026-06-22T02:05:09.2270976Z    Compiling serde_spanned v0.6.9
2026-06-22T02:05:09.2344775Z    Compiling toml_datetime v0.6.11
2026-06-22T02:05:09.2489640Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:05:09.2620871Z    Compiling iroh-base v0.98.0
2026-06-22T02:05:09.3541008Z    Compiling attohttpc v0.30.1
2026-06-22T02:05:09.3700773Z    Compiling tower-http v0.6.11
2026-06-22T02:05:09.3890899Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:05:09.5130649Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:05:09.5920776Z    Compiling toml_edit v0.22.27
2026-06-22T02:05:10.0330212Z    Compiling webpki-roots v1.0.7
2026-06-22T02:05:10.1281654Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:05:10.1522283Z    Compiling regex-automata v0.4.14
2026-06-22T02:05:10.1798501Z    Compiling schemars_derive v1.2.1
2026-06-22T02:05:10.3680504Z    Compiling strum v0.28.0
2026-06-22T02:05:10.4717731Z    Compiling iroh-dns v0.98.0
2026-06-22T02:05:10.4850367Z    Compiling darling_core v0.23.0
2026-06-22T02:05:10.6240606Z    Compiling serde_bytes v0.11.19
2026-06-22T02:05:10.8310746Z    Compiling hmac v0.12.1
2026-06-22T02:05:10.8540598Z    Compiling seize v0.5.1
2026-06-22T02:05:10.8800344Z    Compiling iroh v0.98.2
2026-06-22T02:05:10.9542223Z    Compiling pin-utils v0.1.0
2026-06-22T02:05:11.0461694Z    Compiling cmov v0.5.4
2026-06-22T02:05:11.0760908Z    Compiling utf8parse v0.2.2
2026-06-22T02:05:11.1554580Z    Compiling bitflags v1.3.2
2026-06-22T02:05:11.1810717Z    Compiling dyn-clone v1.0.20
2026-06-22T02:05:11.2221119Z    Compiling rustix v0.38.44
2026-06-22T02:05:11.2288208Z    Compiling filedescriptor v0.8.3
2026-06-22T02:05:11.3078821Z    Compiling ctutils v0.4.2
2026-06-22T02:05:11.3191034Z    Compiling nix v0.25.1
2026-06-22T02:05:11.3385826Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:05:11.3483570Z    Compiling papaya v0.2.4
2026-06-22T02:05:11.4530107Z    Compiling hkdf v0.12.4
2026-06-22T02:05:11.5220810Z    Compiling backon v1.6.0
2026-06-22T02:05:11.5510549Z    Compiling serial v0.4.0
2026-06-22T02:05:11.5931006Z    Compiling colorchoice v1.0.5
2026-06-22T02:05:11.6154874Z    Compiling downcast-rs v1.2.1
2026-06-22T02:05:11.6219711Z    Compiling anstyle-query v1.1.5
2026-06-22T02:05:11.6790517Z    Compiling shell-words v1.1.1
2026-06-22T02:05:11.6943213Z    Compiling anstyle v1.0.14
2026-06-22T02:05:11.7310897Z    Compiling instability v0.3.12
2026-06-22T02:05:11.8178434Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:05:11.8743223Z    Compiling foldhash v0.1.5
2026-06-22T02:05:11.8830384Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:05:11.8927285Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:05:11.9200084Z    Compiling spake2 v0.4.0
2026-06-22T02:05:11.9970597Z    Compiling anstream v1.0.0
2026-06-22T02:05:12.0097691Z    Compiling hashbrown v0.15.5
2026-06-22T02:05:12.0191120Z    Compiling terminal_size v0.4.4
2026-06-22T02:05:12.0689603Z    Compiling strum_macros v0.26.4
2026-06-22T02:05:12.1500772Z    Compiling sha1 v0.10.6
2026-06-22T02:05:12.1830934Z    Compiling schemars v1.2.1
2026-06-22T02:05:12.2647822Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:05:12.3100471Z    Compiling toml v0.8.23
2026-06-22T02:05:12.4690471Z    Compiling itertools v0.13.0
2026-06-22T02:05:12.8659878Z    Compiling castaway v0.2.4
2026-06-22T02:05:12.9924089Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:05:13.4520555Z    Compiling regex v1.12.3
2026-06-22T02:05:13.5330547Z    Compiling static_assertions v1.1.0
2026-06-22T02:05:13.6060529Z    Compiling clap_lex v1.1.0
2026-06-22T02:05:13.8143032Z    Compiling doctest-file v1.1.1
2026-06-22T02:05:13.8931690Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:05:14.0910763Z    Compiling hyper v1.10.1
2026-06-22T02:05:14.2360812Z    Compiling darling_macro v0.23.0
2026-06-22T02:05:14.3142395Z    Compiling indoc v2.0.7
2026-06-22T02:05:14.4160639Z    Compiling unicode-width v0.1.14
2026-06-22T02:05:14.5070752Z    Compiling strum v0.26.3
2026-06-22T02:05:14.5860802Z    Compiling darling v0.23.0
2026-06-22T02:05:14.6287221Z    Compiling interprocess v2.4.2
2026-06-22T02:05:14.6638150Z    Compiling clap_builder v4.6.0
2026-06-22T02:05:14.7639864Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:05:14.8730476Z    Compiling compact_str v0.8.2
2026-06-22T02:05:14.9090913Z    Compiling crossterm v0.28.1
2026-06-22T02:05:14.9990553Z    Compiling lru v0.12.5
2026-06-22T02:05:15.1520529Z    Compiling clap_derive v4.6.1
2026-06-22T02:05:15.2420507Z    Compiling unicode-width v0.2.0
2026-06-22T02:05:15.2829967Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:05:15.4210875Z    Compiling cassowary v0.3.0
2026-06-22T02:05:15.5550410Z    Compiling portable-pty v0.8.1
2026-06-22T02:05:15.5890868Z    Compiling chrono v0.4.45
2026-06-22T02:05:15.6600500Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:05:15.8900618Z    Compiling ratatui v0.29.0
2026-06-22T02:05:15.9410086Z    Compiling qrcode v0.14.1
2026-06-22T02:05:16.1990953Z    Compiling hyper-util v0.1.20
2026-06-22T02:05:16.2971028Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:05:16.6060881Z    Compiling tempfile v3.27.0
2026-06-22T02:05:17.0122271Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:05:17.5642578Z    Compiling clap v4.6.1
2026-06-22T02:05:18.2609262Z    Compiling igd-next v0.17.1
2026-06-22T02:05:19.3800303Z    Compiling portmapper v0.16.0
2026-06-22T02:05:24.5637867Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:05:26.9135298Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:05:26.9136280Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:05:26.9136804Z    Compiling noq-proto v0.17.0
2026-06-22T02:05:27.0539629Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:05:27.0540531Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:05:27.0541104Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:05:27.1940786Z    Compiling reqwest v0.13.4
2026-06-22T02:05:28.0703151Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:05:41.6881631Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:05:43.0351859Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:05:50.1915422Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:05:53.8661648Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-22T02:05:53.8892815Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:05:53.8904995Z 
2026-06-22T02:05:53.8905132Z running 1 test
2026-06-22T02:05:59.9765660Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:05:59.9766079Z 
2026-06-22T02:05:59.9766360Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-22T02:05:59.9766698Z 
